MARK.RUN_SILENT Function

Syntax

C mark.run_silent(C layoutname [,C filter [,* arguments ]])

Arguments

layoutname

The name of a previously created mark operation.

filter

Optional. Default = ".T." (All records). A character filter expression that evaluates to a logical value and selects records from the table to mark.

arguments

*

Description

Runs a Mark operation without displaying any prompts

Discussion

The MARK.RUN_SILENT() method runs a previously defined mark operation.

The following example runs the saved Customer Mark operation.

mark.run("Customer Mark", "Lastname > 'A'")

Limitations

Desktop applications only.

See Also